Welcome![Sign In][Sign Up]
Location:
Search - mpeg ts

Search list

[SourceCodeMPEG-2 TS 码流编辑的原理与应用

Description: MPEG-2 TS 码流编辑的原理与应用 MPEG-2 TS 码流编辑的原理与应用
Platform: | Size: 337408 | Author: Tomorrow570681500 | Hits:

[mpeg mp3mpeg2filter

Description: mpeg2 decoder directshow filter
Platform: | Size: 415744 | Author: 张金锁 | Hits:

[Multimedia programT2ps

Description: ts to ps simple trans form, can be refer to mux , and demux mpeg2 stream
Platform: | Size: 51200 | Author: Rabit | Hits:

[Video CaptureHDTVtoMPEG2_Src_v107

Description: 一个把HDTV的MPEG-2 TS流转码成标清的MPEG-2 TS流的Source Code-Source code which transcode MPEG-2 TS of HDTV to MPEG-2 of TS
Platform: | Size: 313344 | Author: larry | Hits:

[mpeg mp3tsa173

Description: TS流静态分析软件-TS Static Analysis Software
Platform: | Size: 2414592 | Author: 云舒 | Hits:

[Video CaptureMPEG2_Capture_Device_src

Description: 基于DirectShow的MPEG-2视频捕获,VC代码。有参考价值。-based on DirectShow MPEG-2 video capture, VC code. A reference value.
Platform: | Size: 16384 | Author: 杨茗 | Hits:

[mpeg mp3analyseMpeg2

Description: 自己编写的MPEG2码流分析仪,可分析MPEG 文件的信息,可分析PCI,PSI,PCM等信息,可分析IBP帧,PVR-themselves prepared MPEG2 flow analyzer, MPEG analysis of the document information, analysis of PCI, and the PSI, PCM and other information, analysis IBP frame, PVR
Platform: | Size: 122880 | Author: | Hits:

[Internet-Network13818234w

Description: mpeg2 DVB 广播 TS的详细数据结构,有利于开发DVB-S的应用-mpeg2 DVB broadcasting TS detailed data structure, and is conducive to the development of the DVB-S Application
Platform: | Size: 614400 | Author: 傅东 | Hits:

[Multimedia DevelopTsdemux

Description: MPEG2文件解TS流程序。可以将transport stream流中的内容解析出来。-MPEG2 files TS procedures. It will transport stream flow analysis of the contents out.
Platform: | Size: 21504 | Author: 张彤 | Hits:

[Streaming Mpeg4MPEG4-base-knowledge(english-and-chinese)2

Description: MPEG2的基础理论知识(中英文双语)2 第一部分:mpeg的介绍 第二部分:视频压缩 第三部分:音频压缩 …………………… 第九部分:MPEG检测 -MPEG2 basic theory of knowledge (bilingual), the first two parts : mpeg on the second part : Video Compression Part 3 : Audio Compression ... ... ... ... Part IX : MPEG Detection
Platform: | Size: 4526080 | Author: wonf | Hits:

[mpeg mp3mpeg-2_sourcecode

Description: mpeg2的源码 包括编解码整个过程 供大家参考-mpeg2 including the source codec entire process for your consideration
Platform: | Size: 855040 | Author: 说法我 | Hits:

[Streaming Mpeg4komssys-0.3.6.tar

Description: The KOM(S) Streaming System provides a server, a client, and a proxy cache for audio/video streaming. The first and foremost encoding format that we use is MPEG-1 System. The primary platforms is Linux. It does not handle data in pull mode (File, HTTP and FTP) but uses RTSP/RTP (and Files). It uses RTSP as control protocol to communicate with possible streaming servers. The video data is transported via RTP. -The KOM (S) Streaming System provides a ser ver, a client, and a proxy cache for audio/video streaming. Th e first and foremost encoding format that we use is MPEG-1 System. The primary platforms is Linu x. It does not handle data in pull mode (File, HTTP and FTP), but uses RTSP/RTP (and Files). It u ses RTSP as control protocol to communicate wit h possible streaming servers. The video data is transported via RTP.
Platform: | Size: 1266688 | Author: 向军 | Hits:

[Picture Vieweropenjpeg10.tar

Description: JPEG2000 implementation
Platform: | Size: 385024 | Author: junyee | Hits:

[mpeg mp3MPEG-2encoder-decoder

Description: mpeg2编码解码程序,已验证通过,请放心下载,绝对诱惑!-mpeg2 codec procedures, has been verified through, please rest assured download, absolutely temptation!
Platform: | Size: 352256 | Author: color | Hits:

[DVD13818_5_for_vc

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\cctv.ts >c:\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject- "Settings pop-up dialog box put pre- translat
Platform: | Size: 99328 | Author: 陈水德 | Hits:

[Audio programGet_audio_PES_form_TS

Description: this file Get_audio_PES_form_TS.rar can filter audio pes form ts(MPEG-2),even if program is easy ,i hope can help you-this file can Get_audio_PES_form_TS.rar pes form filter audio ts (MPEG-2) even if program is easy, i hope you can help
Platform: | Size: 1024 | Author: 黄彦柏 | Hits:

[Linux-Unixmpeg2ts1394dec-0[1].3.1.tar

Description: 从 IEEE 1394总线接收传输流,它能够解码包含一个视频和一个音频的传输流,并在终端显示-IEEE 1394 from the receiving transport stream, It can include a video decoder and an audio transmission flow, and the terminal display
Platform: | Size: 218112 | Author: 金鑫 | Hits:

[mpeg mp3mpeg2enc0505122

Description: mpeg2编码器 1、编码和解码源代码改成vc6下的console32 project,调试成功 2、原来bin目录下的编解码可执行文件有问题,运行时出现堆栈溢出错误,已被替换 3、编码程序增加支持新的输入格式:所有yuv帧合成为一帧的序列文件(如.qcif,.cif等)-mpeg2 met 器 1) met tungsten tungsten tungsten Core cheap Daitou Tungsten measurements rustic clam vc6 your cavity console32 project, Qin Kun试rude 2)原understand bin li Alice met your cheap tungsten strip cavity shallow text selenium glass Questions bleed at the nose问,时shallow side of bridge Qu栈rob现embankment embankment误residue cover替distance , been met with tungsten 3) to add the most序cavity floor terrace支Jue HUAI 入 format yuv To: All bleed at the nose帧magnetic rude instance为cavity帧text序tread glass ( 如. qcif,. cif bulging )
Platform: | Size: 77824 | Author: 倪亮 | Hits:

[mpeg mp3TSMultiplexer

Description: mpeg2 tsmuxer 符合mpeg2系统定义的音视频打包程序。-mpeg2 tsmuxer system in line with the definition of mpeg2 audio and video packaging procedures.
Platform: | Size: 322560 | Author: zw | Hits:

[mpeg mp3SuperDemuxer

Description: 朋友开发的MPEG2 TS Demux软件,C++ builder开发,可以分析码流结构。-Friend the development of MPEG2 TS Demux software, C++ Builder development, can be analyzed bit stream structure.
Platform: | Size: 25600 | Author: 张志明 | Hits:
« 1 2 3 4 56 7 8 9 10 »

CodeBus www.codebus.net